-
Notifications
You must be signed in to change notification settings - Fork 181
Feat/mock #348
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat/mock #348
Conversation
Signed-off-by: FeiDaLI <[email protected]>
Signed-off-by: FeiDaLI <[email protected]>
Signed-off-by: FeiDaLI <[email protected]>
✅ Deploy Preview for vllm-semantic-router ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
👥 vLLM Semantic Team NotificationThe following members have been identified for the changed files in this PR and have been automatically assigned: 📁
|
tokenizer | ||
.with_truncation(Some(TruncationParams { | ||
max_length: max_length.unwrap_or(512), | ||
max_length: max_length.unwrap_or(100000), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
changes to the candle binding go to feat-candle-refactoring
What type of PR is this?
feat(llm-katan-server): add lightweight real LLM backend with extended context length. The server forwards OpenAI-compatible requests to a running
llm-katan
instance and returns responses.What this PR does / why we need it:
This PR introduces a new LLM Katan Server that serves as a lightweight, real LLM backend alternative to mock-vllm.
llm-katan
that provides actual LLM instead of mock responses